marking phase meaning in English
加标记阶段
Examples
- Like mark - sweep , mark - compact is a two - phase process , where each live object is visited and marked in the marking phase
与标记-清除类似,标记-整理是两阶段过程,在标记阶段访问并标记每个活跃对象。 - Option , is an old - generation mark - sweep collector that stops the world briefly for an initial mark phase and again later for a brief re - mark phase and then allows the user program to resume while the garbage collector threads execute concurrently with the user program
选项启用,它是一个老代标记-清除收集器,它在初始标记阶段(及在以后暂短重新标记阶段)暂短地停止整个系统,然后恢复用户程序,同时垃圾收集器线程与用户程序并发地执行。